[INFO] cloning repository https://github.com/poovamraj/screen-sharing
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/poovamraj/screen-sharing" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoovamraj%2Fscreen-sharing", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoovamraj%2Fscreen-sharing'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d36e396766a982f7997299ccde7fdd0cf9f853a8
[INFO] testing poovamraj/screen-sharing against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoovamraj%2Fscreen-sharing" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/poovamraj/screen-sharing
[INFO] finished tweaking git repo https://github.com/poovamraj/screen-sharing
[INFO] tweaked toml for git repo https://github.com/poovamraj/screen-sharing written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/poovamraj/screen-sharing on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/poovamraj/screen-sharing already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] testing poovamraj/screen-sharing against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoovamraj%2Fscreen-sharing" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/poovamraj/screen-sharing
[INFO] finished tweaking git repo https://github.com/poovamraj/screen-sharing
[INFO] tweaked toml for git repo https://github.com/poovamraj/screen-sharing written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/poovamraj/screen-sharing on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/poovamraj/screen-sharing already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rgb v0.8.17
[INFO] [stderr]   Downloaded tiff v0.4.0
[INFO] [stderr]   Downloaded miniz_oxide v0.3.6
[INFO] [stderr]   Downloaded lodepng v2.6.0
[INFO] [stderr]   Downloaded bmp v0.5.0
[INFO] [stderr]   Downloaded adler32 v1.0.4
[INFO] [stderr]   Downloaded crossbeam-queue v0.2.1
[INFO] [stderr]   Downloaded num-iter v0.1.40
[INFO] [stderr]   Downloaded inflate v0.4.5
[INFO] [stderr]   Downloaded png v0.16.3
[INFO] [stderr]   Downloaded rayon-core v1.7.0
[INFO] [stderr]   Downloaded image v0.23.4
[INFO] [stderr]   Downloaded rayon v1.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 22653213c689b89e68fa6ec40650d403701073d8085f6e63f42dba5ceac78fc1
[INFO] running `Command { std: "docker" "start" "-a" "22653213c689b89e68fa6ec40650d403701073d8085f6e63f42dba5ceac78fc1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22653213c689b89e68fa6ec40650d403701073d8085f6e63f42dba5ceac78fc1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22653213c689b89e68fa6ec40650d403701073d8085f6e63f42dba5ceac78fc1", kill_on_drop: false }`
[INFO] [stdout] 22653213c689b89e68fa6ec40650d403701073d8085f6e63f42dba5ceac78fc1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e8a3e5917fc6f2d34ff6d006d9a34a5c0b015db031d2de9c17618508a90d5341
[INFO] running `Command { std: "docker" "start" "-a" "e8a3e5917fc6f2d34ff6d006d9a34a5c0b015db031d2de9c17618508a90d5341", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling memoffset v0.5.4
[INFO] [stderr]    Compiling libc v0.2.69
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]    Compiling adler32 v1.0.4
[INFO] [stderr]    Compiling num-integer v0.1.42
[INFO] [stderr]    Compiling rayon-core v1.7.0
[INFO] [stderr]    Compiling winapi v0.3.8
[INFO] [stderr]    Compiling crc32fast v1.2.0
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling num-iter v0.1.40
[INFO] [stderr]    Compiling lzw v0.10.0
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]    Compiling color_quant v1.0.1
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling deflate v0.8.4
[INFO] [stderr]    Compiling inflate v0.4.5
[INFO] [stderr]    Compiling miniz_oxide v0.3.6
[INFO] [stderr]    Compiling gif v0.10.3
[INFO] [stderr]    Compiling bytemuck v1.2.0
[INFO] [stderr]    Compiling rgb v0.8.17
[INFO] [stderr]    Compiling bmp v0.5.0
[INFO] [stderr]    Compiling wio v0.2.2
[INFO] [stderr]    Compiling screen-capture v0.1.0 (/opt/rustwide/workdir/screen-capture)
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling lodepng v2.6.0
[INFO] [stderr]    Compiling tiff v0.4.0
[INFO] [stderr]    Compiling png v0.16.3
[INFO] [stderr]    Compiling crossbeam-queue v0.2.1
[INFO] [stderr]    Compiling crossbeam-deque v0.7.3
[INFO] [stderr]    Compiling rayon v1.3.0
[INFO] [stderr]    Compiling jpeg-decoder v0.1.19
[INFO] [stderr]    Compiling image v0.23.4
[INFO] [stderr]    Compiling main v0.1.0 (/opt/rustwide/workdir/main)
[INFO] [stdout] error[E0433]: cannot find `DXGIManager` in `screen_capture`
[INFO] [stdout]   --> main/src/main.rs:11:34
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let result = screen_capture::DXGIManager::new(0);
[INFO] [stdout]    |                                  ^^^^^^^^^^^ could not find `DXGIManager` in `screen_capture`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Write`
[INFO] [stdout]  --> main/src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::io::Write;     
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fs::File`
[INFO] [stdout]  --> main/src/main.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::fs::File;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `lodepng`
[INFO] [stdout]  --> main/src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use lodepng;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> main/src/main.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 24 |             if(i == 10){
[INFO] [stdout]    |               ^       ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 24 -             if(i == 10){
[INFO] [stdout] 24 +             if i == 10 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep`
[INFO] [stdout]   --> main/src/main.rs:51:22
[INFO] [stdout]    |
[INFO] [stdout] 51 |         std::thread::sleep_ms(30);
[INFO] [stdout]    |                      ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `main` (bin "main") due to 1 previous error; 5 warnings emitted
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e8a3e5917fc6f2d34ff6d006d9a34a5c0b015db031d2de9c17618508a90d5341", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8a3e5917fc6f2d34ff6d006d9a34a5c0b015db031d2de9c17618508a90d5341", kill_on_drop: false }`
[INFO] [stdout] e8a3e5917fc6f2d34ff6d006d9a34a5c0b015db031d2de9c17618508a90d5341
